Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

infix <-

concur.Channel.infix <-

send a value to this Channel.

The channel must be open. Sending a value to a closed channel will cause a fault
(pre_fault if `safety` is enabled, otherwise `panic`).

In case the Channel is full, the attempt to send data will block until the Channel
is no longer full or closed.
Precondition
Inherited from concur.Sending_Channel.infix <-
pre
  (safety : !is_closed) || panic "send to closed Channel $T"
0.099dev (GIT hash b1deb53ea59d242ca63abcbb5d9cf5130d902560)
last changed: 2026-08-20